home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / CW MacMindy 1.4 / Examples / QD3D-Viewer / QD3D-Viewer Sources / QD3ViewerLib.dyl < prev    next >
Encoding:
Text File  |  1995-11-17  |  124 b   |  9 lines  |  [TEXT/CWIE]

  1. module:    dylan-user
  2.  
  3. define library QD3ViewerLib
  4.     use dylan;
  5.     use format;
  6.     use Toolbox;
  7.     use QD3D;
  8. end library QD3ViewerLib;
  9.